home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 7
/
El Mac 7.iso
/
Infotenimiento
/
Makers of the 20th Century
/
Data
/
OPEN.DIR
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-11
|
258 b
|
16 lines
on exitFrame
if the movieTime of sprite 1 < the stopTime of sprite 1 then
go(the frame)
end if
end
on mouseDown
if the doubleClick then
set the soundLevel to 7
updateStage()
unLoad()
unLoadCast()
go(1, "main.dir")
end if
end